home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / tbbs093.lha / Cfg / TechCon.Cfg < prev    next >
Text File  |  1994-02-15  |  2KB  |  84 lines

  1. ; Example configuration for TechCon
  2.  
  3. ; Since the nodes are on their own screens, you probably don't need to open
  4. ; a new screen just for the TechCon window
  5.  
  6. NoCustomScreen
  7.  
  8. ; If your graphics are fast enough, you might want to use a 16-color screen
  9. ; and palette, which look slightly better than an 8-color screen (the
  10. ; 3d-look is nicer) even though the console uses bold highlighting, not
  11. ; bright like terminals with IBM-ANSI-emulation.
  12.  
  13. ;ScreenDepth 4
  14. ;Palette 0007 F00 0F0 FE0 78F F0F 0DF CCD152 888046 F88 9F9 FFB AAF FAF8 5FF FFF3
  15.  
  16. ; An 8-color screen and EGA-palette
  17.  
  18. ScreenDepth 3
  19. Palette 0007 F00 0F0 FF0 78F046 F0F 0DF152 FFF3
  20.  
  21. ; Useful since you'll just have clicked the AppIcon when TechCon opens
  22.  
  23. OpenActive
  24.  
  25. ; Local, remote and nullmodem
  26.  
  27. MaxLine 2
  28.  
  29. ; This should be the same as the priorities of the nodes
  30.  
  31. TaskPri 0
  32.  
  33. ; If you change these, you'll have to change the assignments in many other
  34. ; places, too.
  35.  
  36. BBSDir BBS:
  37. FileDir BBS:Files
  38. MailDir MAIL:
  39.  
  40. ; You'll want to change this
  41.  
  42. FidoNode 170:10/101.0
  43.  
  44. ; Wouldn't make much sense to get a zipped window when clicking the AppIcon
  45.  
  46. NoOpenIconified
  47.  
  48. ; Maybe TechCon.log would be better?
  49.  
  50. LogFile BBS:logs/BBS.log
  51.  
  52. ; Defaults, but specified anyway
  53.  
  54. PAL
  55. HiRes
  56. TextOScan
  57.  
  58. ; Not very many message areas
  59.  
  60. MsgAreas 27
  61.  
  62. ; Automatically start TechIO after setting up
  63.  
  64. >run <>NIL: BBS:Bin/TechIO
  65.  
  66. ; Start Answer for node 1 (since I can't include a mailer with the
  67. ; distribution).  Uncomment if (or when) you want to use this
  68.  
  69. ;>run <>NIL: BBS:Util/Answer -b57600 "-cBBS:Scripts/RunNode 1" -r50 >>BBS:Logs/Answer.log
  70.  
  71. ; We want to see TechCon, right?  You might want to change this to
  72. ; OpenAppIcon if you start running a BBS
  73.  
  74. NoOpenAppIcon
  75.  
  76. ; Wouldn't it look stupid for a window to open and then jump behind
  77. ; everything else?
  78.  
  79. NoWindowToBack
  80.  
  81. ; And more configuration stuff...
  82.  
  83. ;EventFile BBS:Cfg/Events.Cfg
  84.